From: Simon McVittie Date: Wed, 21 Jun 2017 09:27:18 +0000 (+0100) Subject: build: Don't distribute generated man pages X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~34^2~14 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bed931c91f4e5471bbb9f0b5f6bfe3e166858da7;p=ostree.git build: Don't distribute generated man pages We build them in "make" and clean them in "make clean", so there doesn't seem much point in shipping them pre-generated in the tarball. Signed-off-by: Simon McVittie Closes: #1013 Approved by: cgwalters --- diff --git a/Makefile-man.am b/Makefile-man.am index 93779509..b3881526 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -46,7 +46,7 @@ man5_files = ostree.repo.5 ostree.repo-config.5 man1_MANS = $(addprefix man/,$(man1_files)) man5_MANS = $(addprefix man/,$(man5_files)) -EXTRA_DIST += $(man1_MANS) $(man5_MANS) $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml) +EXTRA_DIST += $(man1_MANS:.1=.xml) $(man5_MANS:.5=.xml) XSLT_STYLESHEET = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl